Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - E index
The Linux kernel configuration item CONFIG_ETRAX_PA_BUTTON_BITMASK
has multiple definitions:
arch/cris/arch-v10/drivers/Kconfig
The configuration item CONFIG_ETRAX_PA_BUTTON_BITMASK:
CONFIG_ETRAX_GPIO
This is a bitmask with information about what bits on PA that are used for buttons. Most products has a so called TEST button on PA1, if that's true use 02 here. Use 00 if there are no buttons on PA. If the bitmask is <> 00 a button driver will be included in the gpio driver. ETRAX general I/O support must be enabled.
arch/cris/arch-v32/drivers/Kconfig
The configuration item CONFIG_ETRAX_PA_BUTTON_BITMASK:
CONFIG_ETRAX_GPIO
This is a bitmask (8 bits) with information about what bits on PA that are used for buttons. Most products has a so called TEST button on PA1, if that is true use 0x02 here. Use 00 if there are no buttons on PA. If the bitmask is <> 00 a button driver will be included in the gpio driver. ETRAX general I/O support must be enabled.
arch/cris/drivers/Kconfig
The configuration item CONFIG_ETRAX_PA_BUTTON_BITMASK:
CONFIG_ETRAX_GPIO
This is a bitmask with information about what bits on PA that are used for buttons. Most products has a so called TEST button on PA1, if that's true use 02 here. Use 00 if there are no buttons on PA. If the bitmask is <> 00 a button driver will be included in the gpio driver. Etrax general I/O support must be enabled.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - E index
Automatically generated (in year 2024). See also LKDDb sources on GitLab