X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=samples%2FKconfig;h=7b6792a18c051a94438493c55513f0c47c4d3483;hb=a1ed26703e5e7db1be21177df22558370dc599e6;hp=41063e7592d2392b231c42cf86b4144d5f7a34b4;hpb=7e95e365d5399647a41e10059e4b09826b82d78b;p=karo-tx-linux.git diff --git a/samples/Kconfig b/samples/Kconfig index 41063e7592d2..7b6792a18c05 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -61,4 +61,12 @@ config SAMPLE_KDB Build an example of how to dynamically add the hello command to the kdb shell. +config SAMPLE_RPMSG_CLIENT + tristate "Build rpmsg client sample -- loadable modules only" + depends on RPMSG && m + help + Build an rpmsg client sample driver, which demonstrates how + to communicate with an AMP-configured remote processor over + the rpmsg bus. + endif # SAMPLES