diff options
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r-- | drivers/pinctrl/sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig index a5e10f777ed2..230a952608cb 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig | |||
@@ -39,4 +39,8 @@ config PINCTRL_SUN8I_A23_R | |||
39 | depends on RESET_CONTROLLER | 39 | depends on RESET_CONTROLLER |
40 | select PINCTRL_SUNXI_COMMON | 40 | select PINCTRL_SUNXI_COMMON |
41 | 41 | ||
42 | config PINCTRL_SUN9I_A80 | ||
43 | def_bool MACH_SUN9I | ||
44 | select PINCTRL_SUNXI_COMMON | ||
45 | |||
42 | endif | 46 | endif |