mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 21:07:56 +07:00
14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
|
#
|
||
|
# SAMSUNG SoC drivers
|
||
|
#
|
||
|
menu "Samsung SOC driver support"
|
||
|
|
||
|
config SOC_SAMSUNG
|
||
|
bool
|
||
|
|
||
|
config EXYNOS_PMU
|
||
|
bool
|
||
|
depends on ARM && ARCH_EXYNOS
|
||
|
|
||
|
endmenu
|