diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-09-10 11:38:07 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2013-09-10 11:38:07 -0400 |
commit | be8cb7f42ab9a8723082daa83ac28a11d4dde942 (patch) | |
tree | ea21b9f9ed055fc2095ae45b7dee6f559bc3b47a /arch/cris/arch-v10 | |
parent | b172b370a0206625c3ca4a134d80dc168458c117 (diff) |
CRIS: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/drivers/Kconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/cris/arch-v10/drivers/Kconfig b/arch/cris/arch-v10/drivers/Kconfig index f7c4272fabf0..239dab0b95c1 100644 --- a/arch/cris/arch-v10/drivers/Kconfig +++ b/arch/cris/arch-v10/drivers/Kconfig | |||
@@ -417,16 +417,6 @@ config ETRAX_USB_HOST | |||
417 | for CTRL and BULK traffic only, INTR traffic may work as well | 417 | for CTRL and BULK traffic only, INTR traffic may work as well |
418 | however (depending on the requirements of timeliness). | 418 | however (depending on the requirements of timeliness). |
419 | 419 | ||
420 | config ETRAX_USB_HOST_PORT1 | ||
421 | bool "USB port 1 enabled" | ||
422 | depends on ETRAX_USB_HOST | ||
423 | default n | ||
424 | |||
425 | config ETRAX_USB_HOST_PORT2 | ||
426 | bool "USB port 2 enabled" | ||
427 | depends on ETRAX_USB_HOST | ||
428 | default n | ||
429 | |||
430 | config ETRAX_PTABLE_SECTOR | 420 | config ETRAX_PTABLE_SECTOR |
431 | int "Byte-offset of partition table sector" | 421 | int "Byte-offset of partition table sector" |
432 | depends on ETRAX_AXISFLASHMAP | 422 | depends on ETRAX_AXISFLASHMAP |
@@ -527,19 +517,6 @@ config ETRAX_GPIO | |||
527 | Remember that you need to setup the port directions appropriately in | 517 | Remember that you need to setup the port directions appropriately in |
528 | the General configuration. | 518 | the General configuration. |
529 | 519 | ||
530 | config ETRAX_PA_BUTTON_BITMASK | ||
531 | hex "PA-buttons bitmask" | ||
532 | depends on ETRAX_GPIO | ||
533 | default "02" | ||
534 | help | ||
535 | This is a bitmask with information about what bits on PA that | ||
536 | are used for buttons. | ||
537 | Most products has a so called TEST button on PA1, if that's true | ||
538 | use 02 here. | ||
539 | Use 00 if there are no buttons on PA. | ||
540 | If the bitmask is <> 00 a button driver will be included in the gpio | ||
541 | driver. ETRAX general I/O support must be enabled. | ||
542 | |||
543 | config ETRAX_PA_CHANGEABLE_DIR | 520 | config ETRAX_PA_CHANGEABLE_DIR |
544 | hex "PA user changeable dir mask" | 521 | hex "PA user changeable dir mask" |
545 | depends on ETRAX_GPIO | 522 | depends on ETRAX_GPIO |