2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-10-16 15:37:07 +08:00
|
|
|
if (ARCH_BERLIN || COMPILE_TEST)
|
2014-05-19 19:36:29 +02:00
|
|
|
|
|
|
|
|
config PINCTRL_BERLIN
|
|
|
|
|
bool
|
|
|
|
|
select PINMUX
|
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
|
2018-07-18 14:00:30 +08:00
|
|
|
config PINCTRL_AS370
|
|
|
|
|
bool "Synaptics as370 pin controller driver"
|
|
|
|
|
depends on OF
|
|
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
|
2014-05-19 19:36:31 +02:00
|
|
|
config PINCTRL_BERLIN_BG2
|
2015-10-13 23:31:37 +02:00
|
|
|
def_bool MACH_BERLIN_BG2
|
2015-10-13 23:31:39 +02:00
|
|
|
depends on OF
|
2014-05-19 19:36:31 +02:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
|
2014-05-19 19:36:32 +02:00
|
|
|
config PINCTRL_BERLIN_BG2CD
|
2015-10-13 23:31:37 +02:00
|
|
|
def_bool MACH_BERLIN_BG2CD
|
2015-10-13 23:31:39 +02:00
|
|
|
depends on OF
|
2014-05-19 19:36:32 +02:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
|
2014-05-19 19:36:30 +02:00
|
|
|
config PINCTRL_BERLIN_BG2Q
|
2015-10-13 23:31:37 +02:00
|
|
|
def_bool MACH_BERLIN_BG2Q
|
2015-10-13 23:31:39 +02:00
|
|
|
depends on OF
|
2014-05-19 19:36:30 +02:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
|
2015-10-16 15:37:08 +08:00
|
|
|
config PINCTRL_BERLIN_BG4CT
|
|
|
|
|
bool "Marvell berlin4ct pin controller driver"
|
|
|
|
|
depends on OF
|
|
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
|
2014-05-19 19:36:29 +02:00
|
|
|
endif
|