mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
fix format
This commit is contained in:
parent
93f810fdb3
commit
74137a31a2
@ -20,20 +20,19 @@ menu "Onboard Peripheral Drivers"
|
||||
default n
|
||||
|
||||
menu "Enable Touch"
|
||||
|
||||
config BSP_USING_TOUCH
|
||||
bool "Enable Touch drivers"
|
||||
select BSP_USING_I2C1
|
||||
default n
|
||||
if BSP_USING_TOUCH
|
||||
|
||||
config BSP_TOUCH_INT_PIN
|
||||
int "Touch interrupt pin"
|
||||
default 34
|
||||
config BSP_I2C1_NAME
|
||||
string "I2C1 Name for Touch"
|
||||
default i2c1
|
||||
|
||||
endif
|
||||
default n
|
||||
if BSP_USING_TOUCH
|
||||
config BSP_TOUCH_INT_PIN
|
||||
int "Touch interrupt pin"
|
||||
default 34
|
||||
config BSP_I2C1_NAME
|
||||
string "I2C1 Name for Touch"
|
||||
default i2c1
|
||||
endif
|
||||
|
||||
config TOUCH_IC_FT3X67
|
||||
bool "FT3X67"
|
||||
|
Loading…
x
Reference in New Issue
Block a user