config PLAT_S3C64XX
bool
depends on ARCH_S3C64XX
+ default y
+ select CPU_V6
select PLAT_S3C
select ARM_VIC
- default y
select NO_IOPORT
select ARCH_REQUIRE_GPIOLIB
select S3C_GPIO_TRACK
help
Common setup code for i2c bus 1.
+config S3C64XX_SETUP_FB_24BPP
+ bool
+ help
+ Common setup code for S3C64XX with an 24bpp RGB display helper.
+
endif