exynos: mmu: use CONFIG_IS_ENABLED
[platform/kernel/u-boot.git] / board / samsung / espresso7420 / Kconfig
1 if TARGET_ESPRESSO7420
2
3 config SYS_BOARD
4         default "espresso7420"
5         help
6           Espresso7420 is a development/evaluation board for Exynos7420 SoC.
7           It includes multiple onboard compoments (EMMC/Codec) and various
8           interconnects (USB/HDMI).
9
10 config SYS_VENDOR
11         default "samsung"
12
13 config SYS_CONFIG_NAME
14         default "espresso7420"
15
16 endif