mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2025-12-25 03:00:09 +00:00
This avoids building Exynos drivers for all platforms Signed-off-by: BotchedRPR <igor.belwon@mentallysanemainliners.org>
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
menu "Drivers"
|
|
config EXYNOS_ACPM
|
|
bool "Support for Samsung Exynos ACPM block"
|
|
default n
|
|
help
|
|
Say Y if you have a device with the Samsung Exynos ACPM block.
|
|
|
|
config EXYNOS_SPEEDY
|
|
bool "Support for Samsung Exynos SPEEDY bus"
|
|
default n
|
|
help
|
|
Say Y if you have a device with the Samsung Exynos SPEEDY bus.
|
|
|
|
|
|
endmenu
|