linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: linux-kbuild@vger.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 5/5] samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y
Date: Sat, 27 Apr 2019 12:33:40 +0900	[thread overview]
Message-ID: <1556336020-15634-5-git-send-email-yamada.masahiro@socionext.com> (raw)
In-Reply-To: <1556336020-15634-1-git-send-email-yamada.masahiro@socionext.com>

This sample works well as builtin.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 samples/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/samples/Kconfig b/samples/Kconfig
index b98a763..399ae53 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -20,8 +20,7 @@ config SAMPLE_TRACE_PRINTK
 	 test various trace_printk() calls from a module.
 
 config SAMPLE_KOBJECT
-	tristate "Build kobject examples -- loadable modules only"
-	depends on m
+	tristate "Build kobject examples"
 	help
 	  This config option will allow you to build a number of
 	  different kobject sample modules showing how to use kobjects,
-- 
2.7.4


  parent reply	other threads:[~2019-04-27  3:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27  3:33 [PATCH 1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS Masahiro Yamada
2019-04-27  3:33 ` [PATCH 2/5] kbuild: move Documentation to vmlinux-alldirs Masahiro Yamada
2019-04-27  3:33 ` [PATCH 3/5] samples: guard sub-directories with CONFIG options Masahiro Yamada
2019-04-27  3:33 ` [PATCH 4/5] samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option Masahiro Yamada
2019-04-27  3:33 ` Masahiro Yamada [this message]
2019-05-01 12:35 ` [PATCH 1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1556336020-15634-5-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).