pinmux: k64f: remove unused Kconfig section

Those options are not being used anywhere, so remove them and avoid some
confusion.

Change-Id: Ia3767dbd2432851dfae4b1e996f02ed1b2450505
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-10-16 15:33:27 -04:00 committed by Maureen Helm
commit debf5bfe63
3 changed files with 14 additions and 89 deletions

View file

@ -76,10 +76,16 @@ endif # UART_K20
config BLUETOOTH_UART_ON_DEV_NAME
default "UART_1" if BLUETOOTH_UART
config GPIO
config PINMUX
def_bool y
config PINMUX
if PINMUX
config PINMUX_K64
def_bool y
endif
config GPIO
def_bool y
if GPIO
@ -141,28 +147,6 @@ endif # I2C_1
endif # I2C
if PINMUX
config PINMUX_K64
def_bool y
if PINMUX_K64
config PINMUX_K64_GPIO_A_NAME
default GPIO_K64_A_DEV_NAME
config PINMUX_K64_GPIO_B_NAME
default GPIO_K64_B_DEV_NAME
config PINMUX_K64_GPIO_C_NAME
default GPIO_K64_C_DEV_NAME
config PINMUX_K64_GPIO_D_NAME
default GPIO_K64_D_DEV_NAME
config PINMUX_K64_GPIO_E_NAME
default GPIO_K64_E_DEV_NAME
endif # PINMUX_K64
endif # PINMUX
if PWM
config PWM_K64_FTM