Kconfig (73ee89436047dc58005bed7d1ded679c35292164) | Kconfig (0c3d931b3ab9efeea4948b5373c62095449d0101) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Select 32 or 64 bit 3config 64BIT 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 5 default "$(ARCH)" != "i386" 6 ---help--- 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 --- 2684 unchanged lines hidden (view full) --- 2693 2694config OLPC 2695 bool "One Laptop Per Child support" 2696 depends on !X86_PAE 2697 select GPIOLIB 2698 select OF 2699 select OF_PROMTREE 2700 select IRQ_DOMAIN | 1# SPDX-License-Identifier: GPL-2.0 2# Select 32 or 64 bit 3config 64BIT 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 5 default "$(ARCH)" != "i386" 6 ---help--- 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 --- 2684 unchanged lines hidden (view full) --- 2693 2694config OLPC 2695 bool "One Laptop Per Child support" 2696 depends on !X86_PAE 2697 select GPIOLIB 2698 select OF 2699 select OF_PROMTREE 2700 select IRQ_DOMAIN |
2701 select OLPC_EC |
|
2701 ---help--- 2702 Add support for detecting the unique features of the OLPC 2703 XO hardware. 2704 2705config OLPC_XO1_PM 2706 bool "OLPC XO-1 Power Management" 2707 depends on OLPC && MFD_CS5535=y && PM_SLEEP 2708 ---help--- --- 173 unchanged lines hidden --- | 2702 ---help--- 2703 Add support for detecting the unique features of the OLPC 2704 XO hardware. 2705 2706config OLPC_XO1_PM 2707 bool "OLPC XO-1 Power Management" 2708 depends on OLPC && MFD_CS5535=y && PM_SLEEP 2709 ---help--- --- 173 unchanged lines hidden --- |