Skip to content

Commit

Permalink
drivers: soc: samsung: Enable COMPILE_TEST
Browse files Browse the repository at this point in the history
Get some build coverage of Exynos PMU driver. It depends on
asm/cputype.h so its compilation is limited to ARM architectures.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
  • Loading branch information
Krzysztof Kozlowski committed Feb 25, 2016
1 parent bf50ddc commit b11301d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/soc/samsung/Kconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# SAMSUNG SoC drivers
#
menu "Samsung SOC driver support"
menuconfig SOC_SAMSUNG
bool "Samsung SoC driver support" if COMPILE_TEST

config SOC_SAMSUNG
bool
if SOC_SAMSUNG

config EXYNOS_PMU
bool
depends on ARM && ARCH_EXYNOS
bool "Exynos PMU controller driver" if COMPILE_TEST
depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)

endmenu
endif

0 comments on commit b11301d

Please sign in to comment.