fix format

This commit is contained in:
jhb 2019-04-24 09:51:44 +08:00
parent 93f810fdb3
commit 74137a31a2
1 changed files with 10 additions and 11 deletions

View File

@ -20,19 +20,18 @@ 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
config TOUCH_IC_FT3X67