Kconfig (28c8331d386a0c4122501a848a8fc3680bb65427) | Kconfig (0a90d4d62c71e27cedebf938d7c37db543b93e78) |
---|---|
1# arch/arm/mach-s5pv210/Kconfig 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ 5# 6# Licensed under GPLv2 7 8# Configuration options for the S5PV210/S5PC110 9 10if ARCH_S5PV210 11 12config CPU_S5PV210 13 bool 14 select ARM_AMBA 15 select PL330_DMA if DMADEVICES 16 select S5P_EXT_INT | 1# arch/arm/mach-s5pv210/Kconfig 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ 5# 6# Licensed under GPLv2 7 8# Configuration options for the S5PV210/S5PC110 9 10if ARCH_S5PV210 11 12config CPU_S5PV210 13 bool 14 select ARM_AMBA 15 select PL330_DMA if DMADEVICES 16 select S5P_EXT_INT |
17 select S5P_PM if PM 18 select S5P_SLEEP if PM | |
19 help 20 Enable S5PV210 CPU support 21 22menu "S5PV210 Machines" 23 24config MACH_S5PV210_DT 25 bool "Samsung S5PV210/S5PC110 machine using Device Tree" 26 select CLKSRC_OF --- 14 unchanged lines hidden --- | 17 help 18 Enable S5PV210 CPU support 19 20menu "S5PV210 Machines" 21 22config MACH_S5PV210_DT 23 bool "Samsung S5PV210/S5PC110 machine using Device Tree" 24 select CLKSRC_OF --- 14 unchanged lines hidden --- |