···77 help88 The Freescale (was Motorola) M68K family of processors implements99 the full 68000 processor instruction set.1010- The Freescale ColdFire family of processors is a modern derivitive1010+ The Freescale ColdFire family of processors is a modern derivative1111 of the 68000 processor family. They are mainly targeted at embedded1212 applications, and are all System-On-Chip (SOC) devices, as opposed1313 to stand alone CPUs. They implement a subset of the original 68000
+2-2
arch/mips/Kconfig
···10011001 bool1002100210031003#10041004-# Endianess selection. Sufficiently obscure so many users don't know what to10041004+# Endianness selection. Sufficiently obscure so many users don't know what to10051005# answer,so we try hard to limit the available choices. Also the use of a10061006# choice statement should be more obvious to the user.10071007#10081008choice10091009- prompt "Endianess selection"10091009+ prompt "Endianness selection"10101010 help10111011 Some MIPS machines can be configured for either little or big endian10121012 byte order. These modes require different kernels and a different
+1-1
arch/mips/Kconfig.debug
···5757 options.58585959config CMDLINE_OVERRIDE6060- bool "Built-in command line overrides firware arguments"6060+ bool "Built-in command line overrides firmware arguments"6161 default n6262 depends on CMDLINE_BOOL6363 help
+1-1
arch/openrisc/Kconfig
···141141 bool "Check for kernel stack overflow"142142 default y143143 help144144- Make extra checks for space avaliable on stack in some144144+ Make extra checks for space available on stack in some145145 critical functions. This will cause kernel to run a bit slower,146146 but will catch most of kernel stack overruns and exit gracefuly.147147
+2-2
arch/powerpc/platforms/Kconfig.cputype
···258258 default y259259 ---help---260260 The PID register in server is used explicitly for ICSWX. In261261- embedded systems PID managment is done by the system.261261+ embedded systems PID management is done by the system.262262263263config PPC_ICSWX_USE_SIGILL264264 bool "Should a bad CT cause a SIGILL?"···266266 default n267267 ---help---268268 Should a bad CT used for "non-record form ICSWX" cause an269269- illegal intruction signal or should it be silent as269269+ illegal instruction signal or should it be silent as270270 architected.271271272272 If in doubt, say N here.
+1-1
arch/powerpc/platforms/pseries/Kconfig
···67676868 This option will only enable the IO event platform code. You6969 will still need to enable or compile the actual drivers7070- that use this infrastruture to handle IO event interrupts.7070+ that use this infrastructure to handle IO event interrupts.71717272 Say Y if you are unsure.7373
+1-1
arch/sh/Kconfig.cpu
···11menu "Processor features"2233choice44- prompt "Endianess selection" 44+ prompt "Endianness selection" 55 default CPU_LITTLE_ENDIAN66 help77 Some SuperH machines can be configured for either little or big
+1-1
drivers/devfreq/Kconfig
···1616 is attached to a single device and returns a "representative"1717 clock frequency of the device, which is also attached1818 to a device by 1-to-1. The device registering devfreq takes the1919- responsiblity to "interpret" the representative frequency and1919+ responsibility to "interpret" the representative frequency and2020 to set its every clock accordingly with the "target" callback2121 given to devfreq.2222
+1-1
drivers/hid/Kconfig
···448448 select FB_SYS_FOPS449449 ---help---450450 Provide access to PicoLCD's 256x64 monochrome display via a451451- frambuffer device.451451+ framebuffer device.452452453453config HID_PICOLCD_BACKLIGHT454454 bool "Backlight control" if EXPERT
+1-1
drivers/hwmon/Kconfig
···318318 tristate "Temperature sensor on Samsung EXYNOS4"319319 depends on ARCH_EXYNOS4320320 help321321- If you say yes here you get support for TMU (Thermal Managment321321+ If you say yes here you get support for TMU (Thermal Management322322 Unit) on SAMSUNG EXYNOS4 series of SoC.323323324324 This driver can also be built as a module. If so, the module
+1-1
drivers/i2c/busses/Kconfig
···351351 For details please see http://www.ti.com/davinci352352353353config I2C_DESIGNWARE_PLATFORM354354- tristate "Synopsys DesignWare Platfrom"354354+ tristate "Synopsys DesignWare Platform"355355 depends on HAVE_CLK356356 help357357 If you say yes to this option, support will be included for the
+3-3
drivers/mfd/Kconfig
···407407 select MFD_CORE408408 help409409 Say yes here to support for Maxim Semiconductor MAX8925. This is410410- a Power Management IC. This driver provies common support for410410+ a Power Management IC. This driver provides common support for411411 accessing the device, additional drivers must be enabled in order412412 to use the functionality of the device.413413···430430 help431431 Say yes here to support for Maxim Semiconductor MAX8998 and432432 National Semiconductor LP3974. This is a Power Management IC.433433- This driver provies common support for accessing the device,433433+ This driver provides common support for accessing the device,434434 additional drivers must be enabled in order to use the functionality435435 of the device.436436···441441 select REGMAP_I2C442442 help443443 Support for the Samsung Electronics S5M MFD series.444444- This driver provies common support for accessing the device,444444+ This driver provides common support for accessing the device,445445 additional drivers must be enabled in order to use the functionality446446 of the device447447
+1-1
drivers/ptp/Kconfig
···7070 using the SO_TIMESTAMPING API.71717272 In order for this to work, your MAC driver must also7373- implement the skb_tx_timetamp() function.7373+ implement the skb_tx_timestamp() function.74747575config PTP_1588_CLOCK_PCH7676 tristate "Intel PCH EG20T as PTP clock"
+1-1
drivers/watchdog/Kconfig
···937937 tristate "Broadcom BCM47xx Watchdog Timer"938938 depends on BCM47XX939939 help940940- Hardware driver for the Broadcom BCM47xx Watchog Timer.940940+ Hardware driver for the Broadcom BCM47xx Watchdog Timer.941941942942config RC32434_WDT943943 tristate "IDT RC32434 SoC Watchdog Timer"
+1-1
drivers/xen/Kconfig
···7171 tristate "Xen /dev/xen/evtchn device"7272 default y7373 help7474- The evtchn driver allows a userspace process to triger event7474+ The evtchn driver allows a userspace process to trigger event7575 channels and to receive notification of an event channel7676 firing.7777 If in doubt, say yes.