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