1.新增软件I2C总线。

This commit is contained in:
MacRsh
2023-12-14 00:41:37 +08:00
parent 23da431e2e
commit 0e25b92cd7
5 changed files with 320 additions and 5 deletions

View File

@@ -81,9 +81,7 @@ import re
import sys
import textwrap
from kconfiglib import Kconfig, split_expr, expr_value, expr_str, BOOL,
TRISTATE, TRI_TO_STR, AND, OR
from kconfiglib import Kconfig, split_expr, expr_value, expr_str, BOOL, TRISTATE, TRI_TO_STR, AND, OR
def generate_config(kconfig_file, config_in, config_out, header_out):
print("Parsing " + kconfig_file)