mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:40:54 +07:00
29 lines
631 B
Plaintext
29 lines
631 B
Plaintext
|
#
|
||
|
# Samsung Pin control drivers
|
||
|
#
|
||
|
config PINCTRL_SAMSUNG
|
||
|
bool
|
||
|
select PINMUX
|
||
|
select PINCONF
|
||
|
|
||
|
config PINCTRL_EXYNOS
|
||
|
bool "Pinctrl driver data for Samsung EXYNOS SoCs other than 5440"
|
||
|
depends on OF && GPIOLIB && (ARCH_EXYNOS || ARCH_S5PV210)
|
||
|
select PINCTRL_SAMSUNG
|
||
|
|
||
|
config PINCTRL_EXYNOS5440
|
||
|
bool "Samsung EXYNOS5440 SoC pinctrl driver"
|
||
|
depends on SOC_EXYNOS5440
|
||
|
select PINMUX
|
||
|
select PINCONF
|
||
|
|
||
|
config PINCTRL_S3C24XX
|
||
|
bool "Samsung S3C24XX SoC pinctrl driver"
|
||
|
depends on ARCH_S3C24XX
|
||
|
select PINCTRL_SAMSUNG
|
||
|
|
||
|
config PINCTRL_S3C64XX
|
||
|
bool "Samsung S3C64XX SoC pinctrl driver"
|
||
|
depends on ARCH_S3C64XX
|
||
|
select PINCTRL_SAMSUNG
|