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:
parent
bd9706cd9b
commit
ed26b95746
2 changed files with 1 additions and 44 deletions
|
@ -80,6 +80,7 @@ config GPIO_QMSI
|
||||||
config GPIO_QMSI_0
|
config GPIO_QMSI_0
|
||||||
def_bool y
|
def_bool y
|
||||||
config GPIO_QMSI_0_IRQ_PRI
|
config GPIO_QMSI_0_IRQ_PRI
|
||||||
|
int
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
endif # GPIO
|
endif # GPIO
|
||||||
|
|
|
@ -48,34 +48,12 @@ config GPIO_QMSI_0
|
||||||
help
|
help
|
||||||
Include support for the GPIO port 0 using QMSI.
|
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
|
config GPIO_QMSI_1
|
||||||
bool "QMSI GPIO block 1"
|
bool "QMSI GPIO block 1"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Include support for the GPIO port 1 using QMSI.
|
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
|
endif # GPIO_QMSI
|
||||||
|
|
||||||
if GPIO_QMSI_SS
|
if GPIO_QMSI_SS
|
||||||
|
@ -86,34 +64,12 @@ config GPIO_QMSI_SS_0
|
||||||
help
|
help
|
||||||
Include support for the GPIO SS port 0 using QMSI.
|
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
|
config GPIO_QMSI_SS_1
|
||||||
bool "QMSI GPIO SS block 1"
|
bool "QMSI GPIO SS block 1"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Include support for the GPIO SS port 1 using QMSI.
|
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_SS
|
||||||
|
|
||||||
endif # GPIO_QMSI || GPIO_QMSI_SS
|
endif # GPIO_QMSI || GPIO_QMSI_SS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue