diff options
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
| -rw-r--r-- | arch/arm/plat-samsung/Kconfig | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 243dfcb2ca0e..301b892d97d9 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
| @@ -35,27 +35,15 @@ config SAMSUNG_PM | |||
| 35 | Base platform power management code for samsung code | 35 | Base platform power management code for samsung code |
| 36 | 36 | ||
| 37 | if PLAT_SAMSUNG | 37 | if PLAT_SAMSUNG |
| 38 | menu "Samsung Common options" | ||
| 38 | 39 | ||
| 39 | # boot configurations | 40 | # boot configurations |
| 40 | 41 | ||
| 41 | comment "Boot options" | 42 | comment "Boot options" |
| 42 | 43 | ||
| 43 | config S3C_BOOT_ERROR_RESET | ||
| 44 | bool "S3C Reboot on decompression error" | ||
| 45 | help | ||
| 46 | Say y here to use the watchdog to reset the system if the | ||
| 47 | kernel decompressor detects an error during decompression. | ||
| 48 | |||
| 49 | config S3C_BOOT_UART_FORCE_FIFO | ||
| 50 | bool "Force UART FIFO on during boot process" | ||
| 51 | default y | ||
| 52 | help | ||
| 53 | Say Y here to force the UART FIFOs on during the kernel | ||
| 54 | uncompressor | ||
| 55 | |||
| 56 | |||
| 57 | config S3C_LOWLEVEL_UART_PORT | 44 | config S3C_LOWLEVEL_UART_PORT |
| 58 | int "S3C UART to use for low-level messages" | 45 | int "S3C UART to use for low-level messages" |
| 46 | depends on ARCH_S3C64XX | ||
| 59 | default 0 | 47 | default 0 |
| 60 | help | 48 | help |
| 61 | Choice of which UART port to use for the low-level messages, | 49 | Choice of which UART port to use for the low-level messages, |
| @@ -407,17 +395,16 @@ config SAMSUNG_PM_GPIO | |||
| 407 | Include legacy GPIO power management code for platforms not using | 395 | Include legacy GPIO power management code for platforms not using |
| 408 | pinctrl-samsung driver. | 396 | pinctrl-samsung driver. |
| 409 | 397 | ||
| 410 | endif | ||
| 411 | |||
| 412 | config SAMSUNG_DMADEV | 398 | config SAMSUNG_DMADEV |
| 413 | bool | 399 | bool "Use legacy Samsung DMA abstraction" |
| 414 | select ARM_AMBA | 400 | depends on CPU_S5PV210 || CPU_S5PC100 || ARCH_S5P64X0 || ARCH_S3C64XX |
| 415 | select DMADEVICES | 401 | select DMADEVICES |
| 416 | select PL330_DMA if (ARCH_EXYNOS5 || ARCH_EXYNOS4 || CPU_S5PV210 || CPU_S5PC100 || \ | 402 | default y |
| 417 | CPU_S5P6450 || CPU_S5P6440) | ||
| 418 | help | 403 | help |
| 419 | Use DMA device engine for PL330 DMAC. | 404 | Use DMA device engine for PL330 DMAC. |
| 420 | 405 | ||
| 406 | endif | ||
| 407 | |||
| 421 | config S5P_DEV_MFC | 408 | config S5P_DEV_MFC |
| 422 | bool | 409 | bool |
| 423 | help | 410 | help |
| @@ -503,4 +490,5 @@ config DEBUG_S3C_UART | |||
| 503 | default "2" if DEBUG_S3C_UART2 | 490 | default "2" if DEBUG_S3C_UART2 |
| 504 | default "3" if DEBUG_S3C_UART3 | 491 | default "3" if DEBUG_S3C_UART3 |
| 505 | 492 | ||
| 493 | endmenu | ||
| 506 | endif | 494 | endif |
