Kconfig (419cb9b34785afba73255802711246ea5c75809b) | Kconfig (28dc7ef8cd53f965da47688a52f7afddb00979d2) |
---|---|
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 | 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_CLOCK if !COMMON_CLK |
|
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 22config S5PV210_SETUP_I2C1 23 bool --- 41 unchanged lines hidden (view full) --- 65 help 66 Common setup code for SPI GPIO configurations. 67 68config S5PV210_SETUP_USB_PHY 69 bool 70 help 71 Common setup code for USB PHY controller 72 | 17 select S5P_EXT_INT 18 select S5P_PM if PM 19 select S5P_SLEEP if PM 20 help 21 Enable S5PV210 CPU support 22 23config S5PV210_SETUP_I2C1 24 bool --- 41 unchanged lines hidden (view full) --- 66 help 67 Common setup code for SPI GPIO configurations. 68 69config S5PV210_SETUP_USB_PHY 70 bool 71 help 72 Common setup code for USB PHY controller 73 |
74config COMMON_CLK_S5PV210 75 bool "Common Clock Framework support" 76 default y 77 select COMMON_CLK_SAMSUNG 78 help 79 Enable this option to use new clock driver 80 based on Common Clock Framework. 81 |
|
73menu "S5PC110 Machines" 74 75config MACH_AQUILA 76 bool "Aquila" 77 select CPU_S5PV210 78 select S3C_DEV_FB 79 select S3C_DEV_HSMMC 80 select S3C_DEV_HSMMC1 --- 119 unchanged lines hidden --- | 82menu "S5PC110 Machines" 83 84config MACH_AQUILA 85 bool "Aquila" 86 select CPU_S5PV210 87 select S3C_DEV_FB 88 select S3C_DEV_HSMMC 89 select S3C_DEV_HSMMC1 --- 119 unchanged lines hidden --- |