diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
| commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
| tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /samples/Kconfig | |
| parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) | |
Patched in Tegra support.
Diffstat (limited to 'samples/Kconfig')
| -rw-r--r-- | samples/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 7b6792a18c0..96a7572853f 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
| @@ -61,12 +61,10 @@ config SAMPLE_KDB | |||
| 61 | Build an example of how to dynamically add the hello | 61 | Build an example of how to dynamically add the hello |
| 62 | command to the kdb shell. | 62 | command to the kdb shell. |
| 63 | 63 | ||
| 64 | config SAMPLE_RPMSG_CLIENT | 64 | config SAMPLE_HIDRAW |
| 65 | tristate "Build rpmsg client sample -- loadable modules only" | 65 | bool "Build simple hidraw example" |
| 66 | depends on RPMSG && m | 66 | depends on HIDRAW && HEADERS_CHECK |
| 67 | help | 67 | help |
| 68 | Build an rpmsg client sample driver, which demonstrates how | 68 | Build an example of how to use hidraw from userspace. |
| 69 | to communicate with an AMP-configured remote processor over | ||
| 70 | the rpmsg bus. | ||
| 71 | 69 | ||
| 72 | endif # SAMPLES | 70 | endif # SAMPLES |
