Jisheng Zhang | 2df26ef | 2015-10-16 15:37:07 +0800 | [diff] [blame] | 1 | if (ARCH_BERLIN || COMPILE_TEST) |
Antoine Tenart | 3de68d3 | 2014-05-19 19:36:29 +0200 | [diff] [blame] | 2 | |
3 | config PINCTRL_BERLIN | ||||
4 | bool | ||||
5 | select PINMUX | ||||
6 | select REGMAP_MMIO | ||||
7 | |||||
Antoine Tenart | b016d1b | 2014-05-19 19:36:31 +0200 | [diff] [blame] | 8 | config PINCTRL_BERLIN_BG2 |
Antoine Tenart | d02f997 | 2015-10-13 23:31:37 +0200 | [diff] [blame] | 9 | def_bool MACH_BERLIN_BG2 |
Antoine Tenart | 9c160bb | 2015-10-13 23:31:39 +0200 | [diff] [blame] | 10 | depends on OF |
Antoine Tenart | b016d1b | 2014-05-19 19:36:31 +0200 | [diff] [blame] | 11 | select PINCTRL_BERLIN |
12 | |||||
Antoine Tenart | 48b6bce | 2014-05-19 19:36:32 +0200 | [diff] [blame] | 13 | config PINCTRL_BERLIN_BG2CD |
Antoine Tenart | d02f997 | 2015-10-13 23:31:37 +0200 | [diff] [blame] | 14 | def_bool MACH_BERLIN_BG2CD |
Antoine Tenart | 9c160bb | 2015-10-13 23:31:39 +0200 | [diff] [blame] | 15 | depends on OF |
Antoine Tenart | 48b6bce | 2014-05-19 19:36:32 +0200 | [diff] [blame] | 16 | select PINCTRL_BERLIN |
17 | |||||
Antoine Tenart | 626eea8 | 2014-05-19 19:36:30 +0200 | [diff] [blame] | 18 | config PINCTRL_BERLIN_BG2Q |
Antoine Tenart | d02f997 | 2015-10-13 23:31:37 +0200 | [diff] [blame] | 19 | def_bool MACH_BERLIN_BG2Q |
Antoine Tenart | 9c160bb | 2015-10-13 23:31:39 +0200 | [diff] [blame] | 20 | depends on OF |
Antoine Tenart | 626eea8 | 2014-05-19 19:36:30 +0200 | [diff] [blame] | 21 | select PINCTRL_BERLIN |
22 | |||||
Jisheng Zhang | bb3ba95 | 2015-10-16 15:37:08 +0800 | [diff] [blame] | 23 | config PINCTRL_BERLIN_BG4CT |
24 | bool "Marvell berlin4ct pin controller driver" | ||||
25 | depends on OF | ||||
26 | select PINCTRL_BERLIN | ||||
27 | |||||
Antoine Tenart | 3de68d3 | 2014-05-19 19:36:29 +0200 | [diff] [blame] | 28 | endif |