mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
b1bf7d4d1b
Lots of gpio changes, both to core code and drivers. Changes do touch architecture code to remove the need for separate arm/gpio.h includes in most architectures. Some new drivers are added, and a number of gpio drivers are converted to use irq_domains for gpio inputs used as interrupts. Device tree support has been amended to allow multiple gpio_chips to use the same device tree node. Remaining changes are primarily bug fixes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJPvpFBAAoJEEFnBt12D9kB50EP/0q2co+Ddlz4DWM07TLMgTw8 eCSi79+oB85RcE+0FlAo/SJu9VlYDKSLT3wMbIyycfJi3cUtOb+hay0j+wxcn4bz G2qXj2Het5rX6hFI2tSCvJfDqMwU0wEygn9a6a/bw3VGSOIVmMTmRswrbbBcFzVu 8xobviN7LANLEZyhd4Ip5YfrcWH9ABmmhZX7ihn1AJubVL47xGo0uds9ZFX1sAKB Zyr80+BeUK7mhZ74UUfQHtS+x24JD62OLM9eaQN0/BBAqBewQJlxhMakPbTGmcuO Vy3CPmZiWw6tdVWgKvxE7cIXLI4YbB2B6w2TRJBBkFAlz4RsO2bFU/ibEv1vg9YE oxAUelMj0INdY4iRT135fDJTIGauWon22Tqd2MVtun4r6fwcL0BgFYN6yCMtEqbx bpYkKTi6tdyE7k2Ph+carCIuw9SwOk/4pm1xCWC0k6YdAnRE0zykCLvAuAabpmzs i/H1jcp/F4KSYldEoDlGYG4lFZiISthxOy9l6/d4GrBj723attrmztolMfrpFLF6 XPTf7HODQFmZ6n7mBIjCg4hoqydAYyKcW7lROc7DKkEXIWOeeeA+EoTytkwPLLz5 CBLoZfDoqUT8xa2vv4MZ/+G9chSDi5vMryqEYi9tXMbVEZW31xqh6hxk0xPMcY13 qVAaRlcz49AQjWq/0vR4 =U6hj -----END PGP SIGNATURE----- Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 Pull GPIO driver changes from Grant Likely: "Lots of gpio changes, both to core code and drivers. Changes do touch architecture code to remove the need for separate arm/gpio.h includes in most architectures. Some new drivers are added, and a number of gpio drivers are converted to use irq_domains for gpio inputs used as interrupts. Device tree support has been amended to allow multiple gpio_chips to use the same device tree node. Remaining changes are primarily bug fixes." * tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6: (33 commits) gpio/generic: initialize basic_mmio_gpio shadow variables properly gpiolib: Remove 'const' from data argument of gpiochip_find() gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583 gpiolib: quiet gpiochip_add boot message noise gpio: mpc8xxx: Prevent NULL pointer deref in demux handler gpio/lpc32xx: Add device tree support gpio: Adjust of_xlate API to support multiple GPIO chips gpiolib: Implement devm_gpio_request_one() gpio-mcp23s08: dbg_show: fix pullup configuration display Add support for TCA6424A gpio/omap: (re)fix wakeups on level-triggered GPIOs gpio/omap: fix broken context restore for non-OFF mode transitions gpio/omap: fix missing check in *_runtime_suspend() gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume() gpio/omap: remove suspend/resume callbacks gpio/omap: remove retrigger variable in gpio_irq_handler gpio/omap: remove saved_wakeup field from struct gpio_bank gpio/omap: remove suspend_wakeup field from struct gpio_bank gpio/omap: remove saved_fallingdetect, saved_risingdetect gpio/omap: remove virtual_irq_start variable ... Conflicts: drivers/gpio/gpio-samsung.c
265 lines
4.6 KiB
Text
265 lines
4.6 KiB
Text
config UNICORE32
|
|
def_bool y
|
|
select HAVE_MEMBLOCK
|
|
select HAVE_GENERIC_DMA_COHERENT
|
|
select HAVE_GENERIC_HARDIRQS
|
|
select HAVE_DMA_ATTRS
|
|
select HAVE_KERNEL_GZIP
|
|
select HAVE_KERNEL_BZIP2
|
|
select HAVE_KERNEL_LZO
|
|
select HAVE_KERNEL_LZMA
|
|
select ARCH_HAVE_CUSTOM_GPIO_H
|
|
select GENERIC_FIND_FIRST_BIT
|
|
select GENERIC_IRQ_PROBE
|
|
select GENERIC_IRQ_SHOW
|
|
select ARCH_WANT_FRAME_POINTERS
|
|
select GENERIC_IOMAP
|
|
help
|
|
UniCore-32 is 32-bit Instruction Set Architecture,
|
|
including a series of low-power-consumption RISC chip
|
|
designs licensed by PKUnity Ltd.
|
|
Please see web page at <http://www.pkunity.com/>.
|
|
|
|
config HAVE_PWM
|
|
bool
|
|
|
|
config GENERIC_GPIO
|
|
def_bool y
|
|
|
|
config GENERIC_CSUM
|
|
def_bool y
|
|
|
|
config NO_IOPORT
|
|
bool
|
|
|
|
config STACKTRACE_SUPPORT
|
|
def_bool y
|
|
|
|
config HAVE_LATENCYTOP_SUPPORT
|
|
def_bool y
|
|
|
|
config LOCKDEP_SUPPORT
|
|
def_bool y
|
|
|
|
config RWSEM_GENERIC_SPINLOCK
|
|
def_bool y
|
|
|
|
config RWSEM_XCHGADD_ALGORITHM
|
|
bool
|
|
|
|
config ARCH_HAS_ILOG2_U32
|
|
bool
|
|
|
|
config ARCH_HAS_ILOG2_U64
|
|
bool
|
|
|
|
config ARCH_HAS_CPUFREQ
|
|
bool
|
|
|
|
config GENERIC_HWEIGHT
|
|
def_bool y
|
|
|
|
config GENERIC_CALIBRATE_DELAY
|
|
def_bool y
|
|
|
|
config ARCH_MAY_HAVE_PC_FDC
|
|
bool
|
|
|
|
config NEED_DMA_MAP_STATE
|
|
def_bool y
|
|
|
|
source "init/Kconfig"
|
|
|
|
source "kernel/Kconfig.freezer"
|
|
|
|
menu "System Type"
|
|
|
|
config MMU
|
|
def_bool y
|
|
|
|
config ARCH_FPGA
|
|
bool
|
|
|
|
config ARCH_PUV3
|
|
def_bool y
|
|
select CPU_UCV2
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_CLK
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_HAS_CPUFREQ
|
|
|
|
# CONFIGs for ARCH_PUV3
|
|
|
|
if ARCH_PUV3
|
|
|
|
choice
|
|
prompt "Board Selection"
|
|
default PUV3_DB0913
|
|
|
|
config PUV3_FPGA_DLX200
|
|
select ARCH_FPGA
|
|
bool "FPGA board"
|
|
|
|
config PUV3_DB0913
|
|
bool "DEBUG board (0913)"
|
|
|
|
config PUV3_NB0916
|
|
bool "NetBook board (0916)"
|
|
select HAVE_PWM
|
|
|
|
config PUV3_SMW0919
|
|
bool "Security Mini-Workstation board (0919)"
|
|
|
|
endchoice
|
|
|
|
config PUV3_PM
|
|
def_bool y if !ARCH_FPGA
|
|
|
|
endif
|
|
|
|
source "arch/unicore32/mm/Kconfig"
|
|
|
|
comment "Floating poing support"
|
|
|
|
config UNICORE_FPU_F64
|
|
def_bool y if !ARCH_FPGA
|
|
|
|
endmenu
|
|
|
|
menu "Bus support"
|
|
|
|
config PCI
|
|
bool "PCI Support"
|
|
help
|
|
Find out whether you have a PCI motherboard. PCI is the name of a
|
|
bus system, i.e. the way the CPU talks to the other stuff inside
|
|
your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
|
VESA. If you have PCI, say Y, otherwise N.
|
|
|
|
source "drivers/pci/Kconfig"
|
|
|
|
source "drivers/pcmcia/Kconfig"
|
|
|
|
endmenu
|
|
|
|
menu "Kernel Features"
|
|
|
|
source "kernel/Kconfig.preempt"
|
|
|
|
source "kernel/Kconfig.hz"
|
|
|
|
source "mm/Kconfig"
|
|
|
|
config LEDS
|
|
def_bool y
|
|
depends on GENERIC_GPIO
|
|
|
|
config ALIGNMENT_TRAP
|
|
def_bool y
|
|
help
|
|
Unicore processors can not fetch/store information which is not
|
|
naturally aligned on the bus, i.e., a 4 byte fetch must start at an
|
|
address divisible by 4. On 32-bit Unicore processors, these non-aligned
|
|
fetch/store instructions will be emulated in software if you say
|
|
here, which has a severe performance impact. This is necessary for
|
|
correct operation of some network protocols. With an IP-only
|
|
configuration it is safe to say N, otherwise say Y.
|
|
|
|
endmenu
|
|
|
|
menu "Boot options"
|
|
|
|
config CMDLINE
|
|
string "Default kernel command string"
|
|
default ""
|
|
|
|
config CMDLINE_FORCE
|
|
bool "Always use the default kernel command string"
|
|
depends on CMDLINE != ""
|
|
help
|
|
Always use the default kernel command string, even if the boot
|
|
loader passes other arguments to the kernel.
|
|
This is useful if you cannot or don't want to change the
|
|
command-line options your boot loader passes to the kernel.
|
|
|
|
If unsure, say N.
|
|
|
|
endmenu
|
|
|
|
menu "Userspace binary formats"
|
|
|
|
source "fs/Kconfig.binfmt"
|
|
|
|
endmenu
|
|
|
|
menu "Power management options"
|
|
|
|
source "kernel/power/Kconfig"
|
|
|
|
if ARCH_HAS_CPUFREQ
|
|
source "drivers/cpufreq/Kconfig"
|
|
endif
|
|
|
|
config ARCH_SUSPEND_POSSIBLE
|
|
def_bool y if !ARCH_FPGA
|
|
|
|
config ARCH_HIBERNATION_POSSIBLE
|
|
def_bool y if !ARCH_FPGA
|
|
|
|
endmenu
|
|
|
|
source "net/Kconfig"
|
|
|
|
if ARCH_PUV3
|
|
|
|
config PUV3_GPIO
|
|
bool
|
|
depends on !ARCH_FPGA
|
|
select GENERIC_GPIO
|
|
select GPIO_SYSFS if EXPERIMENTAL
|
|
default y
|
|
|
|
config PUV3_PWM
|
|
tristate
|
|
default BACKLIGHT_PWM
|
|
help
|
|
Enable support for NB0916 PWM controllers
|
|
|
|
if PUV3_NB0916
|
|
|
|
menu "PKUnity NetBook-0916 Features"
|
|
|
|
config I2C_BATTERY_BQ27200
|
|
tristate "I2C Battery BQ27200 Support"
|
|
select I2C_PUV3
|
|
select POWER_SUPPLY
|
|
select BATTERY_BQ27x00
|
|
|
|
config I2C_EEPROM_AT24
|
|
tristate "I2C EEPROMs AT24 support"
|
|
select I2C_PUV3
|
|
select MISC_DEVICES
|
|
select EEPROM_AT24
|
|
|
|
config LCD_BACKLIGHT
|
|
tristate "LCD Backlight support"
|
|
select BACKLIGHT_LCD_SUPPORT
|
|
select BACKLIGHT_PWM
|
|
|
|
endmenu
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
source "drivers/Kconfig"
|
|
|
|
source "fs/Kconfig"
|
|
|
|
source "arch/unicore32/Kconfig.debug"
|
|
|
|
source "security/Kconfig"
|
|
|
|
source "crypto/Kconfig"
|
|
|
|
source "lib/Kconfig"
|