From bde8b490a63a25210483b8182ea396462cf10b3e Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Wed, 30 Dec 2015 18:21:16 +0900 Subject: [PATCH] rx: update for DeviceTree Signed-off-by: Yoshinori Sato --- arch/rx/Kconfig | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/arch/rx/Kconfig b/arch/rx/Kconfig index 16d7d066dc30..f2a442ed3d29 100644 --- a/arch/rx/Kconfig +++ b/arch/rx/Kconfig @@ -90,6 +90,10 @@ config HZ int default 100 +config NR_CPUS + int + default 1 + config GENERIC_IRQ_SHOW def_bool y @@ -99,8 +103,6 @@ source "kernel/Kconfig.freezer" menu "Processor type and features" -source "kernel/time/Kconfig" - choice prompt "Platform" default RX_GDB_SIM @@ -141,27 +143,20 @@ config CPU_RX610 config CPU_RX62N bool select RX_ICUA + select RX_TPU + select RX_CMT config CPU_RX64M bool select RXV2 select RX_ICUA -config RX_IPR - bool - config RX_ICUA bool config CPU_LITTLE_ENDIAN def_bool y -config INPUT_CLOCK_FREQ - int "Input clock frequency" - -config PCLK_MULT - int "Peripheral clock multiple rate" - choice prompt "Kernel executes from" ---help--- @@ -195,21 +190,6 @@ config BOOT_LINK_OFFSET hex "Link offset of zImage" endmenu -choice - prompt "Timer" -config RX_CMT - bool "CMT" -endchoice - -config RX_CMT_CH - int "Channel" - depends on RX_CMT - help - unit0-channel0 = 0 - unit0-channel1 = 1 - unit1-channel0 = 2 - unit1-channel1 = 3 - config PREEMPT bool "Preemptible Kernel" default n -- 2.11.0