This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/platform/Kconfig
2013-02-25 11:32:16 -08:00

7 lines
107 B
Plaintext

if X86
source "drivers/platform/x86/Kconfig"
endif
if ARCH_MSM
source "drivers/platform/msm/Kconfig"
endif