drivers/gpio: Removing dts generated options in QMSI Kconfig

Now that all arch using QMSI gpio driver are generating the right
settings through DTS, these options can be removed from Kconfig.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-03-07 10:46:25 +01:00 committed by Anas Nashif
parent bd9706cd9b
commit ed26b95746
2 changed files with 1 additions and 44 deletions

View File

@ -80,6 +80,7 @@ config GPIO_QMSI
config GPIO_QMSI_0
def_bool y
config GPIO_QMSI_0_IRQ_PRI
int
default 0
endif # GPIO

View File

@ -48,34 +48,12 @@ config GPIO_QMSI_0
help
Include support for the GPIO port 0 using QMSI.
config GPIO_QMSI_0_NAME
string "Driver name"
depends on GPIO_QMSI_0 && !HAS_DTS
default "GPIO_0"
config GPIO_QMSI_0_IRQ_PRI
int "Controller interrupt priority"
depends on GPIO_QMSI_0 && !HAS_DTS
help
IRQ priority
config GPIO_QMSI_1
bool "QMSI GPIO block 1"
default n
help
Include support for the GPIO port 1 using QMSI.
config GPIO_QMSI_1_NAME
string "Driver name"
depends on GPIO_QMSI_1 && !HAS_DTS
default "GPIO_1"
config GPIO_QMSI_1_IRQ_PRI
int "Controller interrupt priority"
depends on GPIO_QMSI_1 && !HAS_DTS
help
IRQ priority
endif # GPIO_QMSI
if GPIO_QMSI_SS
@ -86,34 +64,12 @@ config GPIO_QMSI_SS_0
help
Include support for the GPIO SS port 0 using QMSI.
config GPIO_QMSI_SS_0_NAME
string "Driver name"
depends on GPIO_QMSI_SS_0 && !HAS_DTS
default "GPIO_SS_0"
config GPIO_QMSI_SS_0_IRQ_PRI
int "Controller interrupt priority"
depends on GPIO_QMSI_SS_0 && !HAS_DTS
help
IRQ priority
config GPIO_QMSI_SS_1
bool "QMSI GPIO SS block 1"
default n
help
Include support for the GPIO SS port 1 using QMSI.
config GPIO_QMSI_SS_1_NAME
string "Driver name"
depends on GPIO_QMSI_SS_1 && !HAS_DTS
default "GPIO_SS_1"
config GPIO_QMSI_SS_1_IRQ_PRI
int "Controller interrupt priority"
depends on GPIO_QMSI_SS_1 && !HAS_DTS
help
IRQ priority
endif # GPIO_QMSI_SS
endif # GPIO_QMSI || GPIO_QMSI_SS