Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
usrp_e : Add driver for USRP-E1XX FPGA interface.
  • Loading branch information
balister committed Nov 2, 2011
1 parent 8284211 commit 9c409f8
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 14 deletions.
20 changes: 6 additions & 14 deletions drivers/misc/Kconfig
Expand Up @@ -435,21 +435,12 @@ config TI_DAC7512
This driver can also be built as a module. If so, the module
will be called ti_dac7512.

config VMWARE_BALLOON
tristate "VMware Balloon Driver"
depends on X86
config USRP_E
tristate "USRP-E FPGA interface driver"
default n
help
This is VMware physical memory management driver which acts
like a "balloon" that can be inflated to reclaim physical pages
by reserving them in the guest and invalidating them in the
monitor, freeing up the underlying machine pages so they can
be allocated to other guests. The balloon can also be deflated
to allow the guest to use more physical memory.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called vmw_balloon.
This driver is for the Ettus Research USRP Embedded Software
Defined Radio platform.

config ARM_CHARLCD
bool "ARM Ltd. Character LCD Driver"
Expand Down Expand Up @@ -489,6 +480,7 @@ config PCH_PHUB

To compile this driver as a module, choose M here: the module will
be called pch_phub.
If you do not plan to run this kernel on that hardware choose N.

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/misc/Makefile
Expand Up @@ -36,6 +36,7 @@ obj-$(CONFIG_TI_DAC7512) += ti_dac7512.o
obj-$(CONFIG_C2PORT) += c2port/
obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/
obj-$(CONFIG_HMC6352) += hmc6352.o
obj-$(CONFIG_USRP_E) += usrp_e.o
obj-y += eeprom/
obj-y += cb710/
obj-$(CONFIG_SPEAR13XX_PCIE_GADGET) += spear13xx_pcie_gadget.o
Expand Down

0 comments on commit 9c409f8

Please sign in to comment.