quark_se_ss: Provide all the informations for GPIOs
Enable both controllers by default if GPIO is enabled, providing all the necessary information. Change-Id: I5aab00324b10492eefb67e9595da491775cbd95d Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
7602d34949
commit
9de5705bb2
|
@ -44,21 +44,29 @@ config RAM_SIZE
|
|||
default 16 if NSIM
|
||||
default 24
|
||||
|
||||
if GPIO_DW
|
||||
|
||||
if GPIO
|
||||
config GPIO_DW
|
||||
def_bool y
|
||||
config GPIO_DW_BOTHEDGES_SUPPORT
|
||||
default n
|
||||
|
||||
config GPIO_DW_0
|
||||
def_bool y
|
||||
config GPIO_DW_0_BASE_ADDR
|
||||
default 0x80017800
|
||||
config GPIO_DW_0_IRQ
|
||||
default 20
|
||||
config GPIO_DW_0_BITS
|
||||
default 8
|
||||
|
||||
config GPIO_DW_1
|
||||
def_bool y
|
||||
config GPIO_DW_1_BASE_ADDR
|
||||
default 0x80017900
|
||||
config GPIO_DW_1_IRQ
|
||||
default 21
|
||||
|
||||
config GPIO_DW_1_BITS
|
||||
default 8
|
||||
endif
|
||||
|
||||
if I2C
|
||||
|
|
Loading…
Reference in a new issue